Make it possible to use gtk_container_remove on GtkShortcutsWindow.
glade needs this.
#include "a11y/gtkcontaineraccessible.h"
#include "a11y/gtkcontaineraccessibleprivate.h"
#include "gtkpopovermenu.h"
+#include "gtkshortcutswindow.h"
/**
* SECTION:gtkcontainer
g_return_if_fail (_gtk_widget_get_parent (widget) == GTK_WIDGET (container) ||
GTK_IS_ASSISTANT (container) ||
GTK_IS_ACTION_BAR (container) ||
- GTK_IS_POPOVER_MENU (container));
+ GTK_IS_POPOVER_MENU (container) ||
+ GTK_IS_SHORTCUTS_WINDOW (container));
g_object_ref (container);
g_object_ref (widget);